home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / Sample Code / AOCE Sample Code / Messaging Service Access Module / Internet PMSAM Info
Encoding:
Text File  |  1994-06-23  |  990 b   |  23 lines  |  [ttro/ttxt]

  1. Internet PMSAM
  2. 10/28/93
  3.  
  4. This PMSAM routes mail between AOCE and Internet-based mail accounts.  It uses the SMTP (Simple Mail Transfer Protocol) to send mail and the POP (Post Office Protocol version 3) to fetch mail.  It is an on-demand gateway, meaning that it will download messages to the Mac immediately instead of waiting for the user to open them.
  5.  
  6. The PMSAM has been written as a background only application, and its associated address and setup Directory Extension Templates are included in the PMSAM file itself, so it has a one step installation process.
  7.  
  8. Compilation Environment:
  9.     MPW
  10.     THINK C 6
  11.  
  12. Restrictions:
  13.         PowerTalk System 7 Pro 1.0 software
  14.         MacTCP 1.1.1 or later pre-configured (not included)
  15.         An account on a TCP/IP based mail host running POP and SMTP and a connection to         
  16.         that host
  17.  
  18. Author: Steve Falkenburg-DTS
  19.  
  20. -----------------------------------------------------------------------------
  21. Copyright © 1992-93, Apple Computer Inc. All Rights Reserved.
  22.  
  23.